Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Two more if variants for indentation test#1845

Merged
livecodepanos merged 1 commit intolivecode:developfrom
BerndN:patch-1
Dec 7, 2017
Merged

Two more if variants for indentation test#1845
livecodepanos merged 1 commit intolivecode:developfrom
BerndN:patch-1

Conversation

@BerndN
Copy link
Copy Markdown
Contributor

@BerndN BerndN commented Nov 28, 2017

two more "funny" if variants that compile.

on foo
if foo()
then
code else code
-- comment
end foo

on foo
if foo() then
code else code
-- comment
end foo

two more "funny" if variants that compile.

on foo
   if foo() 
   then 
      code else code
   -- comment
end foo
   
on foo
   if foo() then 
      code else code
   -- comment
end foo
@BerndN
Copy link
Copy Markdown
Contributor Author

BerndN commented Nov 28, 2017

@montegoulding I have added the tests to develop

@montegoulding
Copy link
Copy Markdown
Contributor

@livecode-vulcan review ok 29eace3

@livecode-vulcan
Copy link
Copy Markdown

💙 review by @montegoulding ok 29eace3

@livecodepanos livecodepanos merged commit 20e6bab into livecode:develop Dec 7, 2017
@BerndN BerndN deleted the patch-1 branch December 7, 2017 08:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants